projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bc9b4f
)
(TAGS): Make sure bin/etags.exe is current. Make
author
Richard M. Stallman
<rms@gnu.org>
Wed, 24 Jul 1996 16:20:04 +0000
(16:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 24 Jul 1996 16:20:04 +0000
(16:20 +0000)
the rules always generate TAGS.
msdos/mainmake.v2
patch
|
blob
|
history
diff --git
a/msdos/mainmake.v2
b/msdos/mainmake.v2
index 38f8d8be5e813d81865a3531e0df2a3898df8b22..121a1ec65cd1a88282295b5d1b12ca5f0e08e87a 100644
(file)
--- a/
msdos/mainmake.v2
+++ b/
msdos/mainmake.v2
@@
-70,7
+70,10
@@
install: all
FRC:
-TAGS tags: lib-src
+TAGS tags: lib-src FRC
+ cd lib-src
+ if exist etags.exe mv -f etags.exe ../bin
+ cd ..
cd lisp
../bin/etags [a-zA-Z]*.el term/[a-zA-Z]*.el
cd ..